dvb_desc
extern (C)
struct dvb_desc {
}
Members
- data
ubyte[] data;
Undocumented in source.
- length
ubyte length;
Undocumented in source.
- next
dvb_desc* next;
Undocumented in source.
- type
ubyte type;
Undocumented in source.
libdvbv5_d descriptors
aliasesenumsfunctionsmanifest constantsstatic variablesstructs
@struct dvb_desc @brief Linked list containing the several descriptors found on a MPEG-TS table @ingroup dvb_table
@param type Descriptor type @param length Length of the descriptor @param next pointer to the dvb_desc descriptor @param data Descriptor data